home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / CheckSum.nib / data.classes next >
Encoding:
Text File  |  1996-02-22  |  3.9 KB  |  133 lines

  1. LicenseMgr = {
  2.     ACTIONS = {
  3.     "getNetLicense:" = "getNetLicense:"; 
  4.     "getPersonalLicense:" = "getPersonalLicense:"; 
  5.     "takeNetLicense:" = "takeNetLicense:"; 
  6.     "takePersonalLicense:" = "takePersonalLicense:"; 
  7.     }; 
  8.     OUTLETS = {delegate = delegate; ourServer = ourServer; }; 
  9.     SUPERCLASS = Object; 
  10. };
  11. CellScrollView = {OUTLETS = {cellMatrix = cellMatrix; }; SUPERCLASS = ScrollView; };
  12. KeyPanel = {
  13.     OUTLETS = {expCSV = expCSV; incCSV = incCSV; okButton = okButton; }; 
  14.     SUPERCLASS = Panel; 
  15. };
  16. SystemsCtrlr = {
  17.     ACTIONS = {
  18.     "app:" = "app:"; 
  19.     "appDidInit:" = "appDidInit:"; 
  20.     "cancelNew:" = "cancelNew:"; 
  21.     "close:" = "close:"; 
  22.     "delete:" = "delete:"; 
  23.     "explodeMenus:" = "explodeMenus:"; 
  24.     "hideAcct:" = "hideAcct:"; 
  25.     "memorizeTransaction:" = "memorizeTransaction:"; 
  26.     "new:" = "new:"; 
  27.     "okNew:" = "okNew:"; 
  28.     "open:" = "open:"; 
  29.     "openManual:" = "openManual:"; 
  30.     "quit:" = "quit:"; 
  31.     "reconcile:" = "reconcile:"; 
  32.     "save:" = "save:"; 
  33.     "saveAcct:" = "saveAcct:"; 
  34.     "saveAs:" = "saveAs:"; 
  35.     "setNewLicense:" = "setNewLicense:"; 
  36.     "showCopyrightPanel:" = "showCopyrightPanel:"; 
  37.     "showInfoPanel:" = "showInfoPanel:"; 
  38.     "showInspector:" = "showInspector:"; 
  39.     "showPrefPanel:" = "showPrefPanel:"; 
  40.     "showReport:" = "showReport:"; 
  41.     "showTheHelpPanel:" = "showTheHelpPanel:"; 
  42.     "showTransactions:" = "showTransactions:"; 
  43.     "suggestion:" = "suggestion:"; 
  44.     "systemCategories:" = "systemCategories:"; 
  45.     "windowWillClose:" = "windowWillClose:"; 
  46.     }; 
  47.     OUTLETS = {
  48.     accountSubmenu = accountSubmenu; 
  49.     activeSystem = activeSystem; 
  50.     archiveMenuCell = archiveMenuCell; 
  51.     categoryMenuCell = categoryMenuCell; 
  52.     categoryRadio = categoryRadio; 
  53.     closeMenuCell = closeMenuCell; 
  54.     copyPanel = copyPanel; 
  55.     infoPanel = infoPanel; 
  56.     inspectorMgr = inspectorMgr; 
  57.     nameForm = nameForm; 
  58.     newPanel = newPanel; 
  59.     prefPanel = prefPanel; 
  60.     reportTransSubmenu = reportTransSubmenu; 
  61.     reportsMgr = reportsMgr; 
  62.     reportsSubmenu = reportsSubmenu; 
  63.     saveAsMenuCell = saveAsMenuCell; 
  64.     saveMenuCell = saveMenuCell; 
  65.     systemSubmenuCell = systemSubmenuCell; 
  66.     transactionSubmenu = transactionSubmenu; 
  67.     }; 
  68.     SUPERCLASS = List; 
  69. };
  70. Report = {
  71.     ACTIONS = {
  72.     "changeLayout:" = "changeLayout:"; 
  73.     "faxPSCode:" = "faxPSCode:"; 
  74.     "optionsPanel:" = "optionsPanel:"; 
  75.     "printRequest:" = "printRequest:"; 
  76.     "textWillConvert:" = "textWillConvert:"; 
  77.     }; 
  78.     OUTLETS = {body = body; header = header; paragraphs = paragraphs; }; 
  79.     SUPERCLASS = Window; 
  80. };
  81. FirstResponder = {
  82.     ACTIONS = {
  83.     "archiveSys:" = "archiveSys:"; 
  84.     "catRequest:" = "catRequest:"; 
  85.     "changeLayout:" = "changeLayout:"; 
  86.     "exportToDataPhile:" = "exportToDataPhile:"; 
  87.     "findNextTrx:" = "findNextTrx:"; 
  88.     "findPreviousTrx:" = "findPreviousTrx:"; 
  89.     "finderClickNext:" = "finderClickNext:"; 
  90.     "finderClickPrevious:" = "finderClickPrevious:"; 
  91.     "importExpRequest:" = "importExpRequest:"; 
  92.     "optionsPanel:" = "optionsPanel:"; 
  93.     "printRequest:" = "printRequest:"; 
  94.     "recover:" = "recover:"; 
  95.     "showFindPanel:" = "showFindPanel:"; 
  96.     "showLicensePanel:" = "showLicensePanel:"; 
  97.     }; 
  98.     SUPERCLASS = Object; 
  99. };
  100. ReportsMgr = {
  101.     ACTIONS = {
  102.     "cancel:" = "cancel:"; 
  103.     "defaultTitle:" = "defaultTitle:"; 
  104.     "newDate:" = "newDate:"; 
  105.     "ok:" = "ok:"; 
  106.     "optionsPanel:" = "optionsPanel:"; 
  107.     "popUpRequest:" = "popUpRequest:"; 
  108.     "showReport:" = "showReport:"; 
  109.     "startScrollDown:" = "startScrollDown:"; 
  110.     "startScrollUp:" = "startScrollUp:"; 
  111.     "title:" = "title:"; 
  112.     "windowDidBecomeMain:" = "windowDidBecomeMain:"; 
  113.     "windowWillClose:" = "windowWillClose:"; 
  114.     }; 
  115.     OUTLETS = {
  116.     activeReport = activeReport; 
  117.     datePromptInstance = datePromptInstance; 
  118.     dateStampSw = dateStampSw; 
  119.     endDate = endDate; 
  120.     instEndField = instEndField; 
  121.     instructionField = instructionField; 
  122.     optionsPanel = optionsPanel; 
  123.     periodes = periodes; 
  124.     popUpSelection = popUpSelection; 
  125.     radioButton = radioButton; 
  126.     startDScroll = startDScroll; 
  127.     startDate = startDate; 
  128.     timeStampSw = timeStampSw; 
  129.     titleField = titleField; 
  130.     }; 
  131.     SUPERCLASS = List; 
  132. };
  133.